func encoding/xml.copyValue

3 uses

	encoding/xml (current package)
		read.go#L311: 	return copyValue(val, []byte(attr.Value))
		read.go#L613: 	if err := copyValue(saveData, data); err != nil {
		read.go#L636: func copyValue(dst reflect.Value, src []byte) (err error) {